projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30cd804
)
; * src/xselect.c (syms_of_xselect_for_pdumper): Fix last change.
author
Po Lu
<luangruo@yahoo.com>
Thu, 1 Dec 2022 06:47:18 +0000
(14:47 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Thu, 1 Dec 2022 06:47:18 +0000
(14:47 +0800)
Author:
src/xselect.c
patch
|
blob
|
history
diff --git
a/src/xselect.c
b/src/xselect.c
index c23cda1f66e52c6a14c38883c03b33cc084bfdb4..85dcfbc24625428bda1f295362194611240d7ba7 100644
(file)
--- a/
src/xselect.c
+++ b/
src/xselect.c
@@
-3396,6
+3396,9
@@
Note that this does not affect setting or owning selections. */);
static void
syms_of_xselect_for_pdumper (void)
{
+ outstanding_transfers.next = &outstanding_transfers;
+ outstanding_transfers.last = &outstanding_transfers;
+
reading_selection_window = 0;
reading_which_selection = 0;
property_change_wait_list = 0;